PageRange

public interface PageRange

A page range to be printed.

Since

7.13

Functions

Link copied to clipboard
public int from()
Returns the number of the first page within the range.
Link copied to clipboard
public static PageRange of(int from, int to)
Creates a new page range instance.
Link copied to clipboard
public int to()
Returns the number of the last page within the range.